host-interation/process

get current process file path

rule:
  meta:
    name: get current process file path
    namespace: host-interation/process
    authors:
      - william.ballenthin@mandiant.com
    scopes:
      static: basic block
      dynamic: call
  features:
    - and:
      - os: linux
      - api: readlink
      - string: "/proc/self/exe"

last edited: 2024-01-11 14:20:02